Skip to content

Commit

Permalink
prepare version 0.0.4 and remove CRAN warnings on linux r-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesFriedrich committed Feb 7, 2023
1 parent 149ce23 commit 3e9ef32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: qoi
Type: Package
Title: Read and Write QOI Images
Date: 2022-04-20
Version: 0.0.3
Date: 2023-02-07
Version: 0.0.4
Author: Johannes Friedrich [aut, trl, cre],
Dominic Szablewski [cph] (C library 'qoi')
Authors@R: c(person("Johannes", "Friedrich", role = c("aut", "trl","cre"), email = c("[email protected]")),
Expand All @@ -14,7 +14,7 @@ Description: The new QOI file format offers a very simple but efficient image co
License: GPL (>= 3)
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true
4 changes: 2 additions & 2 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// Many thanks to coolbutuseless for the great tutorials!
// https://github.com/coolbutuseless/simplecall
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extern SEXP qoiRead_();
extern SEXP qoiWrite_();
extern SEXP qoiRead_(SEXP);
extern SEXP qoiWrite_(SEXP, SEXP);

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// .C R_CMethodDef
Expand Down

0 comments on commit 3e9ef32

Please sign in to comment.