Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spcosa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dennis Walvoort
spcosa
Commits
e436a802
Commit
e436a802
authored
4 years ago
by
Dennis Walvoort
Browse files
Options
Downloads
Patches
Plain Diff
prepare for new release
parent
b7f4e2eb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DESCRIPTION
+4
-4
4 additions, 4 deletions
DESCRIPTION
NAMESPACE
+3
-3
3 additions, 3 deletions
NAMESPACE
inst/NEWS.Rd
+7
-0
7 additions, 0 deletions
inst/NEWS.Rd
with
14 additions
and
7 deletions
DESCRIPTION
+
4
−
4
View file @
e436a802
...
...
@@ -2,8 +2,8 @@ Package: spcosa
Type: Package
Title: Spatial Coverage Sampling and Random Sampling from Compact
Geographical Strata
Version: 0.3-1
0
Date: 2021-01-
06
Version: 0.3-1
1
Date: 2021-01-
12
Authors@R: c( person(given = "Dennis", family = "Walvoort", email =
"dennis.Walvoort@wur.nl", role = c("aut", "cre", "cph")),
person(given = "Dick", family = "Brus", email =
...
...
@@ -15,8 +15,8 @@ Description: Spatial coverage sampling and random sampling from compact
<doi:10.1016/j.cageo.2010.04.005> for details.
Depends: R (>= 3.1.0), rJava (>= 0.9-3), methods,
utils
Imports: sp (>= 1.1-0), ggplot2 (>= 1.0.0), rgdal
, gstat
Suggests: grid,
rgl, RUnit, knitr
, rmarkdown
Imports: sp (>= 1.1-0), ggplot2 (>= 1.0.0), rgdal
(>= 1.5-19)
Suggests: grid,
RUnit (>= 0.4.32), knitr (>= 1.30)
, rmarkdown
(>= 2.6)
SystemRequirements: Java (>= 6)
License: GPL (>= 3)
VignetteBuilder: knitr
...
...
This diff is collapsed.
Click to expand it.
NAMESPACE
+
3
−
3
View file @
e436a802
...
...
@@ -4,9 +4,9 @@ import(ggplot2)
importFrom(graphics,plot)
import(sp)
importFrom(
"
grDevices
"
,
"
rgb
"
)
importFrom(
"
stats
"
,
"
runif
"
,
"
var
"
)
importFrom(rgdal, readOGR)
importFrom(grDevices, rgb)
importFrom(stats, runif, var)
exportClasses(
...
...
This diff is collapsed.
Click to expand it.
inst/NEWS.Rd
+
7
−
0
View file @
e436a802
...
...
@@ -2,6 +2,13 @@
\title{News for Package \pkg{'spcosa'}}
\section{Changes in version 0.3-11 (2021-01-12)}{
\itemize{
\item removed dependency from rgl and gstat by simplifying vignette
\item added package versions to DESCRIPTION file to remove notes/warnings from CRAN
}
}
\section{Changes in version 0.3-10 (2021-01-06)}{
\itemize{
\item added doi-tag to Rd-files
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment