Skip to content

Commit e933832

Browse files
committed
Clean up merge
1 parent 7a10787 commit e933832

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

DESCRIPTION

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: isoWater
22
Type: Package
33
Title: Discovery, Retrieval, and Analysis of Water Isotope Data
4-
Version: 1.0.1.9000
4+
Version: 1.1.0.9000
55
Authors@R: person("Gabe", "Bowen", email = "gabe.bowen@utah.edu",
66
role = c("aut", "cre"))
77
Maintainer: Gabe Bowen <gabe.bowen@utah.edu>
@@ -25,8 +25,4 @@ VignetteBuilder: knitr
2525
License: GPL-3
2626
Language: en-US
2727
Encoding: UTF-8
28-
<<<<<<< HEAD
29-
=======
30-
RoxygenNote: 7.1.1
3128
LazyData: true
32-
>>>>>>> e6d52351033c444a64b33464ce03712ac211b21f

NEWS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# isoWater news
22

3-
## isoWater 1.0.1.9000
4-
<<<<<<< HEAD
3+
## isoWater 1.1.0.9000
54
* iso function now checks for and removes data with missing values
65
* Bug fixes
7-
=======
6+
7+
## isoWater 1.1.0
88
* Add dex function
99
* Bug and spelling fixes
10-
>>>>>>> e6d52351033c444a64b33464ce03712ac211b21f
1110

1211
## isoWater 1.0.1
1312
* Bug fixes

R/watercomp.R

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ mwlSource = function(obs, MWL = NULL, slope, stype = 1, ngens=1e4, ncores = 1){
1515
if(MWL[6] == 80672 & stype == 2){
1616
warning("Using stype=2 and GMWL is inappropriate for most applications; see man")
1717
}
18-
<<<<<<< HEAD
19-
if(!(inherits(obs, "iso"))){
20-
=======
21-
2218
if(!inherits(obs, "iso")){
23-
>>>>>>> e6d52351033c444a64b33464ce03712ac211b21f
2419
warning("Expecting iso object for obs, this argument may be formatted incorrectly")
2520
}
2621
if(!(stype %in% c(1, 2))){
@@ -110,14 +105,9 @@ mwlSource = function(obs, MWL = NULL, slope, stype = 1, ngens=1e4, ncores = 1){
110105
mixSource = function(obs, sources, slope, prior=rep(1,nrow(sources)),
111106
shp=1, ngens=1e5, ncores = 1){
112107

113-
<<<<<<< HEAD
114-
if(!(inherits(obs, "iso"))){
115-
warning("Expecting iso object for obs, this argument may be formatted incorrectly")
116-
=======
117108
if(!inherits(obs, "iso")){
118109
warning("Expecting iso object for obs, this argument may be
119110
formatted incorrectly")
120-
>>>>>>> e6d52351033c444a64b33464ce03712ac211b21f
121111
}
122112

123113
#get number of observations

0 commit comments

Comments
 (0)