diff --git a/Cargo.toml b/Cargo.toml index 3eafc4c..e4c2f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdocs" -version = "0.1.7" +version = "0.1.8" edition = "2021" repository = "https://github.com/daniellga/rdocs/" diff --git a/rdocs/DESCRIPTION b/rdocs/DESCRIPTION index af30445..e6db306 100644 --- a/rdocs/DESCRIPTION +++ b/rdocs/DESCRIPTION @@ -1,6 +1,6 @@ Package: rdocs Title: Create Quarto documentation for R files from comments -Version: 0.1.7 +Version: 0.1.8 Authors@R: person("Daniel", "Gurgel", , "daniellga@gmail.com", role = c("aut", "cre")) Description: Generate R documentation in Quarto format based on comments in R scripts. diff --git a/src/main.rs b/src/main.rs index 1101f3f..5e99986 100644 --- a/src/main.rs +++ b/src/main.rs @@ -180,10 +180,6 @@ fn quarto_process(docs_path: &PathBuf) { let work_dir = docs_path.parent().unwrap(); let folder_name = docs_path.file_name().unwrap(); - println!("oioioi"); - println!("{:?}", work_dir); - println!("{:?}", folder_name); - // If the directory is already used as a quarto project, it should error but the rest of the program is run anyway. let _ = Command::new("quarto") .args([