Skip to content

Commit b4d671c

Browse files
committed
some minor corrections for upload in CRAN
1 parent eac67d7 commit b4d671c

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: palinsol
22
Version: 0.93
3-
Date: 2016-01-30
4-
Title: Insolation for palaeoclimate studies
3+
Date: 2016-02-28
4+
Title: Insolation for Palaeoclimate Studies
55
Author: Michel Crucifix
66
Maintainer: Michel Crucifix <michel.crucifix@uclouvain.be>
77
Depends: R (>= 2.10), stats, gsl,
8-
Description: R package to compute Incoming Solar Radiation (insolation) for paleoclimate studies. Features three solutions: BER78 (Berger, 1978), BER90 (Berger and Loutre, 1991) and LA04 (Laskar et al. 2004). Computes daily-mean, season-averaged and annual means for all latitudes.
8+
Description: R package to compute Incoming Solar Radiation (insolation) for palaeoclimate studies. Features three solutions: Berger (1978), Berger and Loutre (1991) and Laskar et al. (2004). Computes daily-mean, season-averaged and annual means for all latitudes.
99
License: file LICENSE
1010
URL: https://bitbucket.org/mcrucifix/insol
1111
Packaged: 2014-04-03 18:32:12 UTC; crucifix

NAMESPACE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
importFrom("gsl", ellint_F, ellint_E, ellint_P)
2+
importFrom("graphics", "axis", "image")
3+
importFrom("utils", "data")
24
export(Insol)
35
export(Insol_l1l2)
46
export(Insol_d1d2)
57
export(Milankovitch)
6-
export(plot.Milankovitch)
8+
S3method(plot,Milankovitch)
79
export(astro)
810
export(calins)
911
export(day2l)

R/astro.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ber78 <- function(t,degree=FALSE)
6060
if (!exists(".loaded", envir=.BER78))
6161
{
6262
message('load BER78data')
63-
data(BER78, envir=.BER78)
63+
data('BER78', envir=.BER78)
6464
assign('.loaded', TRUE, envir = .BER78 )
6565
}
6666

@@ -118,7 +118,7 @@ ber90 <- function(t,degree=FALSE)
118118
if (!exists(".loaded", envir=.BER90))
119119
{
120120
message("load BER90 data")
121-
data(BER90, envir=.BER90)
121+
data('BER90', envir=.BER90)
122122
assign('.loaded', TRUE, envir = .BER90 )
123123
}
124124

@@ -169,7 +169,7 @@ la04 <- function(t,degree=FALSE)
169169
{
170170
if (!exists(".loaded", envir=.LA04))
171171
{
172-
data(LA04, envir=.LA04)
172+
data('LA04', envir=.LA04)
173173
message("LA04 data loaded")
174174
assign('.loaded', TRUE, envir = .LA04 )
175175
}

man/BER78.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ below. }
2525
\references{
2626
Berger, A. L. (1978). Long-term variations of daily
2727
insolation and Quaternary climatic changes, J. Atmos. Sci., 35,
28-
2362-2367.
28+
2362-2367, doi:10.1175/1520-0469(1978)035<2362:LTVODI>2.0.CO;2
2929

3030
A. Berger and M. F. Loutre (1990), Origine des fr\'equences des \'el\'ements astronomiques intervenant dans l'insolation, Bull. Classe des Sciences, 1-3, 45-106
3131

32-
Berger and M.F. Loutre (1991), Insolation values for the climate of the last 10 million years, Quaternary Science Reviews, 10, 297 - 317.
32+
Berger and M.F. Loutre (1991), Insolation values for the climate of the last 10 million years, Quaternary Science Reviews, 10, 297 - 317, doi:10.1016/0277-3791(91)90033-Q
3333

3434
}
3535
\author{Michel Crucifix, U. catholique de Louvain, Belgium.}

man/Insol_l1l2.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Insol_d1d2 (orbit,d1,d2,lat=65*pi/180,avg=FALSE,...)
3838
}
3939

4040
\references{
41-
Berger, A., Loutre, M.F. and Yin Q. (2010), Total irradiation during any time interval of the year using elliptic integrals, Quaternary Science Reviews, 29, 1968 - 1982.
41+
Berger, A., Loutre, M.F. and Yin Q. (2010), Total irradiation during any time interval of the year using elliptic integrals, Quaternary Science Reviews, 29, 1968 - 1982, doi:10.1016/j.quascirev.2010.05.007
4242
}
4343

4444
\author{Michel Crucifix, U. catholique de Louvain, Belgium.}

man/astro.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ obliquity(t,solution,degree=FALSE)
5858
\references{
5959
Berger, A. L. (1978). Long-term variations of daily
6060
insolation and Quaternary climatic changes, J. Atmos. Sci., 35,
61-
2362-2367.
61+
2362-2367, doi:10.1175/1520-0469(1978)035<2362:LTVODI>2.0.CO;2
6262

63-
Berger and M.F. Loutre (1991), Insolation values for the climate of the last 10 million years, Quaternary Science Reviews, 10, 297 - 317.
63+
Berger and M.F. Loutre (1991), Insolation values for the climate of the last 10 million years, Quaternary Science Reviews, 10, 297 - 317, doi:10.1016/0277-3791(91)90033-Q
6464

65-
J. Laskar et al. (2004), A long-term numerical solution for the insolation quantities of the Earth, Astron. Astroph., 428, 261-285.}
65+
J. Laskar et al. (2004), A long-term numerical solution for the insolation quantities of the Earth, Astron. Astroph., 428, 261-285, doi:10.1051/0004-6361:20041335}
6666

6767
\author{Michel Crucifix, U. catholique de Louvain, Belgium.}
6868

man/day2l.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ pp. 65 and 77 (see code for further details).
3939
\references{
4040
Brouwer D. and G. M. Clemence, (1961), Methods of celestial mechanics, Academic Press, New York.
4141

42-
Berger, (1978) Long-term variations of daily insolation and Quaternary climatic changes, J. Atmos. Sci., 35, 2362-2367 1978
42+
Berger, (1978) Long-term variations of daily insolation and Quaternary climatic changes, J. Atmos. Sci., 35, 2362-2367 1978, doi:10.1175/1520-0469(1978)035<2362:LTVODI>2.0.CO;2
4343

44-
Berger, A. Loutre, M.F. and Yin Q. (2010), Total irradiation during any time interval of the year using elliptic integrals, Quaternary Science Reviews, 29, 1968 - 1982.
44+
Berger, A. Loutre, M.F. and Yin Q. (2010), Total irradiation during any time interval of the year using elliptic integrals, Quaternary Science Reviews, 29, 1968 - 1982, doi:10.1016/j.quascirev.2010.05.007
4545
}
4646

4747
\author{Michel Crucifix, U. catholique de Louvain, Belgium.}

0 commit comments

Comments
 (0)