Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Feb 24, 2024
1 parent 7d70958 commit c811577
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdocs"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
repository = "https://github.com/daniellga/rdocs/"

Expand Down
2 changes: 1 addition & 1 deletion rdocs/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"))
Description: Generate R documentation in Quarto format based on comments in R scripts.
Expand Down
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit c811577

Please sign in to comment.