Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

remove Rcpp dependency #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

romainfrancois
Copy link

closes #3

@@ -1,16 +1,16 @@
Package: seven31
Title: Visual clue about R FAQ 7.31
Version: 0.7.31
Authors@R: person("Romain", "François", email = "[email protected]", role = c("aut", "cre"))
Authors@R: c(
person("Romain", "François", email = "[email protected]", role = c("aut", "cre"))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ThinkR, or someone within, should probably be c("aut", "cre") and I can be "ctb" or something, with a current email address.

@@ -1,6 +1,7 @@

reveal_one <- function(x, name){
bits <- substr( as.character( rev( intToBits( parts(x) ) ) ), 2, 2 )
parts <- .Call(`seven31_parts`, x)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using .Call() to get to the C function


return out;
}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then you have to manually add this, tools::package_native_routine_registration_skeleton can help to get started.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Rcpp dependency
1 participant