Skip to content

Commit eb2cb96

Browse files
update NEWS
1 parent 409c928 commit eb2cb96

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exportClasses( Module, "C++ObjectS3", "C++Field",
3636

3737
S3method( .DollarNames, "C++Object" )
3838
S3method( .DollarNames, "Module" )
39-
exportMethods( prompt, show, .DollarNames, "formals<-" )
39+
exportMethods( prompt, show, .DollarNames, initialize, "formals<-" )
4040

4141
export(
4242
Module, Rcpp.package.skeleton, populate

inst/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.9.0 (future)
2+
3+
o The classic api was factored out in its own package RcppClassic, to be
4+
released
5+
16
0.8.9 2010-11-27
27

38
o Many improvements were made to in 'Rcpp modules':

0 commit comments

Comments
 (0)