Skip to content

Commit

Permalink
Bumped version and date for new release, plus some minor fixes.
Browse files Browse the repository at this point in the history
- Added Encoding to stop roxygen from complaining.
- Fixed LICENSE to stop R CMD check from complaining.
  • Loading branch information
LTLA committed Aug 27, 2024
1 parent 5dd1a28 commit 1f3b672
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gobbler
Version: 0.3.4
Date: 2024-04-24
Version: 0.3.5
Date: 2024-08-27
Title: Interface to the gobbler service
Description:
Friendly interface to the gobbler service.
Expand All @@ -19,7 +19,8 @@ Suggests:
rmarkdown,
testthat,
BiocStyle
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/ArtifactDB/gobbler-R
BugReports: https://github.com/ArtifactDB/gobbler-R/issues
Expand Down
21 changes: 2 additions & 19 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,19 +1,2 @@
Copyright 2024 Aaron Lun

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
COPYRIGHT HOLDER: Aaron Lun
YEAR: 2024

0 comments on commit 1f3b672

Please sign in to comment.