NEONScience / NEON-utilities

Utilities and scripts for working with NEON data. Currently: an R package with functions to join (stack) the month-by-site files in downloaded NEON data, to convert data to geoCSV format, and to download data from the API.
GNU Affero General Public License v3.0
57 stars 36 forks source link

Difficulty publishing to shinyapps.io because description file still points to Bioconductor #119

Closed natalie-robinson closed 2 years ago

natalie-robinson commented 2 years ago

Description file

Describe the bug Attempts to publish to shinyapps.io were failing because the description file contains the line "biocViews:". After removing this line (in ...R/library/neonUtilities/DESCRIPTION) and saving the file, I could publish the app

To Reproduce uninstall neonUtilities (in case I had the old Bioconductor version) Install from CRAN Attempt to publish app to shinyapps.io

Expected behavior Successful publication

System (please complete the following information):

Additional context Add any other context about the problem here.

cklunch commented 2 years ago

Thanks for the heads up, I can probably just drop it from the description file entirely in the next version.

cklunch commented 2 years ago

This is resolved in v2.1.3.