diff --git a/.DS_Store b/.DS_Store index cfdbc0c..164c03d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index e69de29..0000000 diff --git a/DESCRIPTION b/DESCRIPTION index d6e27a9..337e752 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: sketching Type: Package Title: Sketching of Data via Random Subspace Embeddings -Version: 0.1.1 +Version: 0.1.2 Authors@R: c( person("Sokbae", "Lee", email = "sl3841@columbia.edu", role = c("aut", "cre")), person("Serena", "Ng", email = "sn2294@columbia.edu ", role = "aut")) diff --git a/R/.DS_Store b/R/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/R/.DS_Store and /dev/null differ diff --git a/cran-comments.md b/cran-comments.md index 8d4d4f0..3a07c44 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,15 @@ ## Responses to the prevous submission -* URL moved to https://app.codecov.io/gh/sokbae/sketching +* Kurt Hornik writes: + +The new version still has the same problem. You have + +R> tools:::showNonASCIIfile("NAMESPACE") +3: exportPattern("<86>[[:alpha:]]+") + +and you want a plain text caret (^) and not a Unicode circumflex accent +modifier (U+02c6). + +* This problem is solved by removing the line exportPattern("<86>[[:alpha:]]+"). ## R CMD check results * There were no ERRORs or WARNINGs. - -## This version -* This is a second submission to CRAN to fix the errors for the linux debian-clang results. diff --git a/man/.DS_Store b/man/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/man/.DS_Store and /dev/null differ diff --git a/src/sketching.so b/src/sketching.so old mode 100644 new mode 100755 index e69de29..84d51c4 Binary files a/src/sketching.so and b/src/sketching.so differ diff --git a/vignettes/.DS_Store b/vignettes/.DS_Store deleted file mode 100644 index 5f9a596..0000000 Binary files a/vignettes/.DS_Store and /dev/null differ