ThinkR-open / attachment

Tools to deal with dependencies in scripts, Rmd and packages
https://thinkr-open.github.io/attachment/
Other
108 stars 13 forks source link

Clean att_from_namespace() #21

Closed statnmap closed 3 years ago

statnmap commented 4 years ago

test why this NAMESPACE does not work properly:

# Generated by roxygen2: do not edit by hand

export("%>%")
importFrom(Rcpp,evalCpp)
importFrom(magrittr,"%>%")
useDynLib(rcpp.pkg, .registration = TRUE)

Also clean not used readLines(path)

statnmap commented 3 years ago

fake_namespace added and works correctly now.