Skip to content

Commit

Permalink
Bumped version and date for new release, plus minor fixes.
Browse files Browse the repository at this point in the history
- Added Encoding so that roxygen stops complaining.
- Fix LICENSE so that R CMD check stops complaining.
  • Loading branch information
LTLA committed Aug 27, 2024
1 parent b62a60d commit 4841111
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: alabaster.base
Title: Save Bioconductor Objects To File
Version: 1.5.5
Date: 2024-08-19
Version: 1.5.6
Date: 2024-08-27
Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="[email protected]")
License: MIT + file LICENSE
Description:
Expand Down Expand Up @@ -31,6 +31,7 @@ LinkingTo:
VignetteBuilder: knitr
SystemRequirements: C++17, GNU make
RoxygenNote: 7.3.2
Encoding: UTF-8
biocViews:
DataRepresentation,
DataImport
Expand Down
21 changes: 2 additions & 19 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,19 +1,2 @@
Copyright 2022 Genentech Inc.

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: Genentech Inc.
YEAR: 2022

0 comments on commit 4841111

Please sign in to comment.