- Check internet resource is available in the cql predicate tests
- Exits test if internet resource is not available and provides an informative message as per CRAN policy
- Changes to the internal elements of the package to use a new database url
- Allows for the conversion of code from old to new version
- New vignette explaining the migration
- Addition of tutorial for new users, written by Rachel Swain (Vicmap for Beginners) (PR#36, #41)
- Several bug fixes for the release of dbplyr 2.2.0 (PR#39, #40)
- Now moving to new edition of dbplyr and users will require dbplyr > 2.0.0
feature_hits()
now works with filters (#38)- Remove annoying simplifying warning when using geometric filters (users already know as it is described in tutorials) (#37)
- Add the ability to create bibtex citations of data through
data_citation()
, as well as obtain a data dictionary (data_dictionary()
) and other metadata (get_metadata()
). - Prevent examples failing on CRAN by adding
try()
- codecov url changed
- Fixed the check errors and check warnings associated with temporarily unavailable internet resources. If internet resources (geoserver instance) is down the checks should still pass as per CRAN policy.
- Also, this submission reduces the default chunk limit to 1500 to avoid a bug whereby the default geoserver instance only returns 1500 features (when the stated limit is 70,000). See: #29
Changed {bcdata} to 'bcdata' in the DESCRIPION file
Fixed two NOTES as part of the previous CRAN submission:
- Apache licence is now located at: https://www.apache.org/licenses/LICENSE-2.0.txt, replaced references to this throughout the package (including Readme.Rmd)
- The doi address for Teucher et al. (2021) {bcdata} R package paper is now formatted correctly: doi:10.21105/joss.02927
This is a resubmission (0.1.5 from 0.1.3; version 0.1.4 was unreleased on CRAN). Briefly, this upgrade makes two main additions to the package:
- 0.1.4: Functions amended to include more informative errors when the geoserver is not responding (see NEWS.md).
- 0.1.5: VicmapR now using Apache licencing and properly recognising and stating modifications in cases where code was developed in bcdata (see NEWS.md).
This is a resubmission (0.1.3 from 0.1.2). The following items were ammended as part of this resubmission:
-
link to the used webservices added to the description field of your DESCRIPTION file in the form http:... or https:... with angle brackets for auto-linking and no space after 'http:' and 'https:'.
-
Used only undirected quotation marks in the description text. e.g.
sf
--> 'sf' -
Added \value to .Rd files regarding exported methods and explain the functions results in the documentation. Missing Rd-tags were:
collect-methods.Rd: \value (now collect) filter.Rd: \value head.Rd: \value pipe.Rd: \value select.Rd: \value show_query.Rd: \value
-
\dontrun{} replaced with with \donttest{} for examples requirying connection to WFS. WFS speeds may vary and in some cases examples could take > 5 seconds.
This is a resubmission (0.1.2 from 0.1.1). Two cran notes were ammended as part of this resubmission:
- Global variables for
:=
,name
,type
and.
were included withutils::globalVariables()
\dontrun{}
added to examples collecting or filtering data andlistLayers()
, as these took over 10 seconds in CRAN checks.
- local R installation, R 3.6.3
- ubuntu 16.04 (on travis-ci), R 3.6.3
- win-builder (devel)
- Github Actions (windows-latest): release
- Github Actions (MacOS-latest): release
- Github Actions (ubuntu 18.04): 3.5, oldrel, release, devel
0 errors | 0 warnings | 1 note
- This is a new release.